home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_forum.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  2.7 KB  |  64 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5. 'enter_keywords' => "Enter Keywords",
  6. 'search_forum'   => "Search this forum:",
  7. 'search_go'      => "Go",
  8.  
  9. last_post_by                    =>    "Last Post by:",
  10. pm_open_new                    =>    "Open Topic (new replies)",
  11. h_topic_title                    =>    "Topic Title",
  12. last_updated                    =>    "Last Updated:",
  13. logged_in                    =>    "You have been authorised to access this forum",
  14. forum_jump                    =>    "Forum Jump",
  15. re_order_forum                    =>    "Reorder this forum",
  16. h_last_action                    =>    "Last Action",
  17. no_topics                    =>    "No topics were found. This is either because there are no topics in this forum, or the topics are older than the current age cut-off.",
  18. topic_sp_pages                    =>    "Pages",
  19. pm_hot_new                    =>    "Hot Topic (new replies)",
  20. show_25_days                    =>    "the last 25 days",
  21. mark_as_read                    =>    "Mark this forum as read",
  22. show_20_days                    =>    "the last 20 days",
  23. mod_cp                    =>    "Moderators Control Panel",
  24. sort_by_date                    =>    "last post date",
  25. sort_by_last_poster                    =>    "last poster",
  26. pm_open_no                    =>    "Open Topic (no new replies)",
  27. single_page_forum                    =>    " ",
  28. h_topic_starter                    =>    "Topic Starter",
  29. f_pass_submit                    =>    "Check my authorisation",
  30. sort_text                    =>    "sorted by <#SORT_KEY_HTML#> in <#ORDER_HTML#> from <#PRUNE_HTML#>",
  31. sort_by_views                    =>    "number of views",
  32. enter_pass                    =>    "Forum Password",
  33. show_all                    =>    "the beginning",
  34. showing_text                    =>    "Showing <#MATCHED_TOPICS#> of <#TOTAL_TOPICS#> topics ",
  35. pm_locked                    =>    "Locked Topic",
  36. pm_moved                    =>    "Moved Topic",
  37. need_password                    =>    "Please enter the Forum Password",
  38. show_year                    =>    "the last year",
  39. need_password_txt                    =>    "This forum is protected by a password. Please do not attempt to enter a password unless you are authorised. All failed attempts are logged and you may have your posting rights removed upon repetitive failure.<br><br>Please ensure that your browser is capable of storing temporary cookies",
  40. show_90_days                    =>    "the last 90 days",
  41. back_to_forum                    =>    "Go back to the forum",
  42. pm_poll                    =>    "Poll (new votes)",
  43. pm_hot_no                    =>    "Hot Topic (no new replies)",
  44. show_today                    =>    "today",
  45. show_15_days                    =>    "the last 15 days",
  46. topic_started_on                    =>    "This topic was started:",
  47. show_10_days                    =>    "the last 10 days",
  48. sort_by_poster                    =>    "topic starter",
  49. show_60_days                    =>    "the last 60 days",
  50. pm_poll_no                    =>    "Poll (no new votes)",
  51. show_5_days                    =>    "the last 5 days",
  52. h_replies                    =>    "Replies",
  53. sort_by_replies                    =>    "number of replies",
  54. multi_page_forum                    =>    "Pages:",
  55. h_hits                    =>    "Views",
  56. show_30_days                    =>    "the last 30 days",
  57. descending_order                    =>    "descending order",
  58. ascending_order                    =>    "ascending order",
  59. sort_submit                    =>    "Go!",
  60. show_7_days                    =>    "the last week",
  61. sort_by_topic                    =>    "topic title",
  62. sort_by_start                    =>    "topic start date",
  63. );
  64. ?>